home *** CD-ROM | disk | FTP | other *** search
/ Practical Algorithms for Image Analysis / Practical Algorithms for Image Analysis.iso / CH_6.1 / SPP / SPP.MAK < prev    next >
Text File  |  1999-09-11  |  9KB  |  302 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=spp - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to spp - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "spp - Win32 Release" && "$(CFG)" != "spp - Win32 Debug"
  12. !MESSAGE Invalid configuration "$(CFG)" specified.
  13. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  14. !MESSAGE by defining the macro CFG on the command line.  For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "spp.mak" CFG="spp - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "spp - Win32 Release" (based on "Win32 (x86) Console Application")
  21. !MESSAGE "spp - Win32 Debug" (based on "Win32 (x86) Console Application")
  22. !MESSAGE 
  23. !ERROR An invalid configuration is specified.
  24. !ENDIF 
  25.  
  26. !IF "$(OS)" == "Windows_NT"
  27. NULL=
  28. !ELSE 
  29. NULL=nul
  30. !ENDIF 
  31. ################################################################################
  32. # Begin Project
  33. # PROP Target_Last_Scanned "spp - Win32 Release"
  34. CPP=cl.exe
  35. RSC=rc.exe
  36.  
  37. !IF  "$(CFG)" == "spp - Win32 Release"
  38.  
  39. # PROP BASE Use_MFC 0
  40. # PROP BASE Use_Debug_Libraries 0
  41. # PROP BASE Output_Dir "Release"
  42. # PROP BASE Intermediate_Dir "Release"
  43. # PROP BASE Target_Dir ""
  44. # PROP Use_MFC 0
  45. # PROP Use_Debug_Libraries 0
  46. # PROP Output_Dir "Release"
  47. # PROP Intermediate_Dir "Release"
  48. # PROP Target_Dir ""
  49. OUTDIR=.\Release
  50. INTDIR=.\Release
  51. # Begin Custom Macros
  52. ProjDir=.
  53. # End Custom Macros
  54.  
  55. ALL : "$(OUTDIR)\spp.exe" "..\..\bindosr\spp.exe"
  56.  
  57. CLEAN : 
  58.     -@erase "..\..\bindosr\spp.exe"
  59.     -@erase ".\Release\spp.exe"
  60.     -@erase ".\Release\vor_io.obj"
  61.     -@erase ".\Release\scan_img.obj"
  62.     -@erase ".\Release\spp.obj"
  63.  
  64. "$(OUTDIR)" :
  65.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  66.  
  67. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  68. # ADD CPP /nologo /W3 /GX /O2 /I "..\..\libtiff\libtiff" /I " ..\..\libimage" /I " ..\..\libip" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  69. CPP_PROJ=/nologo /ML /W3 /GX /O2 /I "..\..\libtiff\libtiff" /I\
  70.  " ..\..\libimage" /I " ..\..\libip" /D "WIN32" /D "NDEBUG" /D "_CONSOLE"\
  71.  /Fp"$(INTDIR)/spp.pch" /YX /Fo"$(INTDIR)/" /c 
  72. CPP_OBJS=.\Release/
  73. CPP_SBRS=
  74. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  75. # ADD RSC /l 0x409 /d "NDEBUG"
  76. BSC32=bscmake.exe
  77. # ADD BASE BSC32 /nologo
  78. # ADD BSC32 /nologo
  79. BSC32_FLAGS=/nologo /o"$(OUTDIR)/spp.bsc" 
  80. BSC32_SBRS=
  81. LINK32=link.exe
  82. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
  83. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..\..\libtiff\libtiff\Release\libtiff.lib ..\..\libimage\Release\libimage.lib ..\..\libip\Release\libip.lib /nologo /subsystem:console /machine:I386
  84. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  85.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  86.  odbccp32.lib ..\..\libtiff\libtiff\Release\libtiff.lib\
  87.  ..\..\libimage\Release\libimage.lib ..\..\libip\Release\libip.lib /nologo\
  88.  /subsystem:console /incremental:no /pdb:"$(OUTDIR)/spp.pdb" /machine:I386\
  89.  /out:"$(OUTDIR)/spp.exe" 
  90. LINK32_OBJS= \
  91.     ".\Release\vor_io.obj" \
  92.     ".\Release\scan_img.obj" \
  93.     ".\Release\spp.obj"
  94.  
  95. "$(OUTDIR)\spp.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  96.     $(LINK32) @<<
  97.   $(LINK32_FLAGS) $(LINK32_OBJS)
  98. <<
  99.  
  100. # Begin Custom Build
  101. ProjDir=.
  102. InputPath=.\Release\spp.exe
  103. InputName=spp
  104. SOURCE=$(InputPath)
  105.  
  106. "$(ProjDir)\..\..\bindosr\$(InputName).exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  107.    copy $(InputPath) $(ProjDir)\..\..\bindosr
  108.  
  109. # End Custom Build
  110.  
  111. !ELSEIF  "$(CFG)" == "spp - Win32 Debug"
  112.  
  113. # PROP BASE Use_MFC 0
  114. # PROP BASE Use_Debug_Libraries 1
  115. # PROP BASE Output_Dir "Debug"
  116. # PROP BASE Intermediate_Dir "Debug"
  117. # PROP BASE Target_Dir ""
  118. # PROP Use_MFC 0
  119. # PROP Use_Debug_Libraries 1
  120. # PROP Output_Dir "Debug"
  121. # PROP Intermediate_Dir "Debug"
  122. # PROP Target_Dir ""
  123. OUTDIR=.\Debug
  124. INTDIR=.\Debug
  125. # Begin Custom Macros
  126. ProjDir=.
  127. # End Custom Macros
  128.  
  129. ALL : "$(OUTDIR)\spp.exe" "..\..\bindosd\spp.exe"
  130.  
  131. CLEAN : 
  132.     -@erase ".\Debug\vc40.pdb"
  133.     -@erase ".\Debug\vc40.idb"
  134.     -@erase ".\Debug\spp.ilk"
  135.     -@erase ".\Debug\spp.obj"
  136.     -@erase ".\Debug\vor_io.obj"
  137.     -@erase ".\Debug\scan_img.obj"
  138.     -@erase ".\Debug\spp.pdb"
  139.     -@erase "..\..\bindosd\spp.exe"
  140.     -@erase ".\Debug\spp.exe"
  141.  
  142. "$(OUTDIR)" :
  143.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  144.  
  145. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  146. # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /I "..\..\libtiff\libtiff" /I " ..\..\libimage" /I " ..\..\libip" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  147. CPP_PROJ=/nologo /MLd /W3 /Gm /GX /Zi /Od /I "..\..\libtiff\libtiff" /I\
  148.  " ..\..\libimage" /I " ..\..\libip" /D "WIN32" /D "_DEBUG" /D "_CONSOLE"\
  149.  /Fp"$(INTDIR)/spp.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
  150. CPP_OBJS=.\Debug/
  151. CPP_SBRS=
  152. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  153. # ADD RSC /l 0x409 /d "_DEBUG"
  154. BSC32=bscmake.exe
  155. # ADD BASE BSC32 /nologo
  156. # ADD BSC32 /nologo
  157. BSC32_FLAGS=/nologo /o"$(OUTDIR)/spp.bsc" 
  158. BSC32_SBRS=
  159. LINK32=link.exe
  160. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386
  161. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..\..\libtiff\libtiff\Debug\libtiff.lib ..\..\libimage\Debug\libimage.lib ..\..\libip\Debug\libip.lib /nologo /subsystem:console /debug /machine:I386
  162. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  163.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  164.  odbccp32.lib ..\..\libtiff\libtiff\Debug\libtiff.lib\
  165.  ..\..\libimage\Debug\libimage.lib ..\..\libip\Debug\libip.lib /nologo\
  166.  /subsystem:console /incremental:yes /pdb:"$(OUTDIR)/spp.pdb" /debug\
  167.  /machine:I386 /out:"$(OUTDIR)/spp.exe" 
  168. LINK32_OBJS= \
  169.     ".\Debug\spp.obj" \
  170.     ".\Debug\vor_io.obj" \
  171.     ".\Debug\scan_img.obj"
  172.  
  173. "$(OUTDIR)\spp.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  174.     $(LINK32) @<<
  175.   $(LINK32_FLAGS) $(LINK32_OBJS)
  176. <<
  177.  
  178. # Begin Custom Build
  179. ProjDir=.
  180. InputPath=.\Debug\spp.exe
  181. InputName=spp
  182. SOURCE=$(InputPath)
  183.  
  184. "$(ProjDir)\..\..\bindosd\$(InputName).exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  185.    copy $(InputPath) $(ProjDir)\..\..\bindosd
  186.  
  187. # End Custom Build
  188.  
  189. !ENDIF 
  190.  
  191. .c{$(CPP_OBJS)}.obj:
  192.    $(CPP) $(CPP_PROJ) $<  
  193.  
  194. .cpp{$(CPP_OBJS)}.obj:
  195.    $(CPP) $(CPP_PROJ) $<  
  196.  
  197. .cxx{$(CPP_OBJS)}.obj:
  198.    $(CPP) $(CPP_PROJ) $<  
  199.  
  200. .c{$(CPP_SBRS)}.sbr:
  201.    $(CPP) $(CPP_PROJ) $<  
  202.  
  203. .cpp{$(CPP_SBRS)}.sbr:
  204.    $(CPP) $(CPP_PROJ) $<  
  205.  
  206. .cxx{$(CPP_SBRS)}.sbr:
  207.    $(CPP) $(CPP_PROJ) $<  
  208.  
  209. ################################################################################
  210. # Begin Target
  211.  
  212. # Name "spp - Win32 Release"
  213. # Name "spp - Win32 Debug"
  214.  
  215. !IF  "$(CFG)" == "spp - Win32 Release"
  216.  
  217. !ELSEIF  "$(CFG)" == "spp - Win32 Debug"
  218.  
  219. !ENDIF 
  220.  
  221. ################################################################################
  222. # Begin Source File
  223.  
  224. SOURCE=.\spp.c
  225. DEP_CPP_SPP_C=\
  226.     ".\spp.h"\
  227.     ".\..\..\libip\ip.h"\
  228.     ".\..\..\libip\ph.h"\
  229.     ".\..\..\libtiff\libtiff\tiffio.h"\
  230.     ".\..\..\libimage\draw.h"\
  231.     ".\..\..\libip\lldef.h"\
  232.     ".\..\..\libip\sgl_stat.h"\
  233.     ".\..\..\libip\convolve.h"\
  234.     ".\..\..\libip\pcc2.h"\
  235.     ".\..\..\libip\bdy_stru.h"\
  236.     ".\..\..\libtiff\libtiff\tiff.h"\
  237.     ".\..\..\libimage\tiffimage.h"\
  238.     ".\..\..\libimage\gd.h"\
  239.     ".\..\..\libimage\misc.h"\
  240.     ".\..\..\libimage\images.h"\
  241.     
  242.  
  243. "$(INTDIR)\spp.obj" : $(SOURCE) $(DEP_CPP_SPP_C) "$(INTDIR)"
  244.  
  245.  
  246. # End Source File
  247. ################################################################################
  248. # Begin Source File
  249.  
  250. SOURCE=.\scan_img.c
  251. DEP_CPP_SCAN_=\
  252.     ".\spp.h"\
  253.     ".\..\..\libip\ip.h"\
  254.     ".\..\..\libip\ph.h"\
  255.     ".\..\..\libtiff\libtiff\tiffio.h"\
  256.     ".\..\..\libimage\draw.h"\
  257.     ".\..\..\libip\lldef.h"\
  258.     ".\..\..\libip\sgl_stat.h"\
  259.     ".\..\..\libip\convolve.h"\
  260.     ".\..\..\libip\pcc2.h"\
  261.     ".\..\..\libip\bdy_stru.h"\
  262.     ".\..\..\libtiff\libtiff\tiff.h"\
  263.     ".\..\..\libimage\tiffimage.h"\
  264.     ".\..\..\libimage\gd.h"\
  265.     ".\..\..\libimage\misc.h"\
  266.     ".\..\..\libimage\images.h"\
  267.     
  268.  
  269. "$(INTDIR)\scan_img.obj" : $(SOURCE) $(DEP_CPP_SCAN_) "$(INTDIR)"
  270.  
  271.  
  272. # End Source File
  273. ################################################################################
  274. # Begin Source File
  275.  
  276. SOURCE=.\vor_io.c
  277. DEP_CPP_VOR_I=\
  278.     ".\spp.h"\
  279.     ".\..\..\libip\ip.h"\
  280.     ".\..\..\libip\ph.h"\
  281.     ".\..\..\libtiff\libtiff\tiffio.h"\
  282.     ".\..\..\libimage\draw.h"\
  283.     ".\..\..\libip\lldef.h"\
  284.     ".\..\..\libip\sgl_stat.h"\
  285.     ".\..\..\libip\convolve.h"\
  286.     ".\..\..\libip\pcc2.h"\
  287.     ".\..\..\libip\bdy_stru.h"\
  288.     ".\..\..\libtiff\libtiff\tiff.h"\
  289.     ".\..\..\libimage\tiffimage.h"\
  290.     ".\..\..\libimage\gd.h"\
  291.     ".\..\..\libimage\misc.h"\
  292.     ".\..\..\libimage\images.h"\
  293.     
  294.  
  295. "$(INTDIR)\vor_io.obj" : $(SOURCE) $(DEP_CPP_VOR_I) "$(INTDIR)"
  296.  
  297.  
  298. # End Source File
  299. # End Target
  300. # End Project
  301. ################################################################################
  302.